auto merge of #1000 : jbranchaud/cargo/add-semicolon-to-hello-world-in-docs, r=alexcr...
authorbors <bors@rust-lang.org>
Tue, 2 Dec 2014 08:14:14 +0000 (08:14 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Dec 2014 08:14:14 +0000 (08:14 +0000)
Both the `index.md` and `guide.md` files show the hello world program source
(generated by `cargo new`) without a semicolon (`;`) at the end of the
`println!` line. The file generated by `cargo new` does and should have a
semicolon. This commit brings the docs in sync with the generated code.


Trivial merge